Skip to main content

DeleteVulBatch

Description

delete the specified vulnerability repair batch.

Request Method

POST

Request Path

/apsara/route/aegis/DeleteVulBatch

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
BatchNameBODYstringNoNo sample value for this parameter.vulnerability batch name.
regionIdBODYstringYesNo sample value for this parameter.region id
ResourceBODYstringNoNo sample value for this parameter.vulnerability batch scenario.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}